home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / Development Tools / XCMDs and XFCNs / System / Modifier Keys / READ Me
Encoding:
Text File  |  1998-04-23  |  504 b   |  11 lines

  1. These 4 XFCNs return the string "true" is the key is down at the time you call them and the string "false" if not. There is currently no way to tell if these keys are down in RB so I created these.
  2.  
  3. They are totally free and you can use them anywhere and anyhow as long as you let me know so that I can feel I have participated and helped out in something. This warm feeling is your shareware payment.
  4.  
  5. if ControlKey = "true" then
  6.   the key has been pressed
  7. end if
  8.  
  9. -James Sentman
  10. sentman@wwa.com
  11. 4/23/98